Document the UUID domU configuration parameter in example configurations.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 16 May 2006 08:15:19 +0000 (09:15 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Tue, 16 May 2006 08:15:19 +0000 (09:15 +0100)
Signed-off-by: Andrew D. Ball <aball@us.ibm.com>
tools/examples/xmexample.hvm
tools/examples/xmexample1
tools/examples/xmexample2
tools/examples/xmexample3

index 2f136ae7ee45f38d000f9a3d29545b014bc4d8fc..f14237987120c0d5163bf4ff000198b6536ac6b7 100644 (file)
@@ -30,6 +30,10 @@ memory = 128
 # A name for your domain. All domains must have different names.
 name = "ExampleHVMDomain"
 
+# 128-bit UUID for the domain.  The default behavior is to generate a new UUID
+# on each call to 'xm create'.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
+
 #-----------------------------------------------------------------------------
 # the number of cpus guest platform has, default=1
 #vcpus=1
index 1ba525a962d0b17351befdea8b44b729af5cf903..741e330bfb1cdee27e7c59d11c98fd7e991f6be4 100644 (file)
@@ -26,6 +26,10 @@ memory = 64
 # A name for your domain. All domains must have different names.
 name = "ExampleDomain"
 
+# 128-bit UUID for the domain.  The default behavior is to generate a new UUID
+# on each call to 'xm create'.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
+
 # List of which CPUS this domain is allowed to use, default Xen picks
 #cpus = ""         # leave to Xen to pick
 #cpus = "0"        # all vcpus run on CPU0
index 2dd75687b697062ef1f078609f18b8335b1ccabd..3d4f67701f3bcf72a8f35503662dbd84101e4b99 100644 (file)
@@ -55,6 +55,10 @@ memory = 64
 # so we use the vmid to create a name.
 name = "VM%d" % vmid
 
+# 128-bit UUID for the domain.  The default behavior is to generate a new UUID
+# on each call to 'xm create'.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
+
 # List of which CPUS this domain is allowed to use, default Xen picks
 #cpus = ""         # leave to Xen to pick
 #cpus = "0"        # all vcpus run on CPU0
index 8b01b13893b0f214726a1ba61b4e2e0a94b75529..8c66b4038e21defad058e60ffdf8f33bfe00324f 100644 (file)
@@ -55,6 +55,10 @@ memory = 64
 # so we use the vmid to create a name.
 name = "VM%d" % vmid
 
+# 128-bit UUID for the domain.  The default behavior is to generate a new UUID
+# on each call to 'xm create'.
+#uuid = "06ed00fe-1162-4fc4-b5d8-11993ee4a8b9"
+
 # List of which CPUS this domain is allowed to use, default Xen picks
 #cpus = ""         # leave to Xen to pick
 #cpus = "0"        # all vcpus run on CPU0